home *** CD-ROM | disk | FTP | other *** search
/ Geek Games #12 / GEGA012.iso / eroticos / feeltheflash.swf / scripts / frame_1 / PlaceObject2_112_366 / CLIPACTIONRECORD onClipEvent(load).as
Text File  |  2005-08-12  |  524b  |  28 lines

  1. onClipEvent(load){
  2.    function fukuStackUp()
  3.    {
  4.       if(this.stack == "down")
  5.       {
  6.          this.swapDepths(_parent.swapDmyF);
  7.          this.stack = "up";
  8.       }
  9.    }
  10.    function fukuStackDown()
  11.    {
  12.       if(this.stack == "up")
  13.       {
  14.          this.swapDepths(_parent.swapDmyF);
  15.          this.stack = "down";
  16.       }
  17.    }
  18.    function btn()
  19.    {
  20.       pantOff.pantOff1.gotoAndStop(1);
  21.    }
  22.    function noBtn()
  23.    {
  24.       pantOff.pantOff1.gotoAndStop("noBtn");
  25.    }
  26.    this.stack = "up";
  27. }
  28.